home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / Cubox.swf / scripts / DefineButton2_202 / BUTTONCONDACTION on(release).as
Text File  |  2004-06-30  |  153b  |  10 lines

  1. on(release){
  2.    set("/game:score","0");
  3.    set("/stage:stage","1");
  4.    tellTarget("/game")
  5.    {
  6.       gotoAndPlay(1);
  7.    }
  8.    gotoAndStop(2);
  9. }
  10.